home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Graphics Tutorial Collection
/
3D Graphics Tutorial Collection.iso
/
pc
/
AMAPI
/
AMAPI5~1.ZIP
/
installs
/
Win
/
Amapi3D515TE.exe
/
data1.cab
/
Common
/
Macros
/
invcurv.tcl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-08-01
|
431 b
|
23 lines
#SPEC -realnameid 0
# messages table
#@@%000@@FR@@Inverser une courbe@@
#@@%000@@US@@Invert a curve@@
# no shape
if {[llength [.amapi scene]] == 0} return
# it's not a curve
newshape shape [.amapi current]
if {[shape -curve] == 0} return
# make a copy of curve
newshape result [move -copy -shape [shape -ref] -move {0 0 0}]
# invert curve
result -invert
shape -checkout
result -checkout
result -checkin